fix: Add dependencies between observability services#18
Merged
Conversation
Andrea-Campanella
previously approved these changes
Apr 11, 2025
pperycz
previously approved these changes
Apr 11, 2025
anujm1
approved these changes
Apr 25, 2025
sys-orch
pushed a commit
that referenced
this pull request
May 13, 2025
* fix: Add dependencies between observability services * fix: Update dependency check to enforce service start on file creation * add missing file ownership settings for wrapper script ---------
ranjan-dutta
pushed a commit
that referenced
this pull request
May 14, 2025
* fix: Add dependencies between observability services * fix: Update dependency check to enforce service start on file creation * add missing file ownership settings for wrapper script ---------
ssinghax
pushed a commit
to ssinghax/edge-microvisor-toolkit
that referenced
this pull request
Feb 6, 2026
Update .bdba.yaml file for following RPMs libnetfilter_conntrack,libnetfilter_cthelper,libnetfilter_cttimeout libnetfilter_log,libnetfilter_queue,libsafec,lm-sensors Signed-off-by: Liu, Lishan <lishan.liu@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge Checklist
All boxes should be checked before merging the PR
Description
Updates the services in the Platform Observability Agent(POA) so that the logging and metrics services start after the collector service so that the Unix socket is available. In the current implementation, the services in the POA all start at the same time, however the logging and metrics services require the collector service to be running first so that the Unix sockets used for communication between the services are created. To support this, the logging and metrics services have been updated so that they now start after the collector service starts.
Fixes # (issue)
Any Newly Introduced Dependencies
None
How Has This Been Tested?
Retested service start up with new service files to ensure that all services started as expected.